home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / CONTRASTEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  564 b   |  12 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="ContrastEffect: adjust contrast">
  3.     <description>
  4.         ContrastEffect adjusts contrast of an image using an S-shaped curve.
  5.         The parameter is a floating point scalar that specifies per-channel contrast adjustment.
  6.         Zero (default) corresponds to no change. The range is unlimited, but the most useful part is between -1 and 1.
  7.     </description>
  8.     <property name="Contrast" type="float" default="0" label="Contrast">
  9.         <range min="-1" max="1"/>
  10.     </property>/>
  11. </effect>
  12.